{# Brand header — project_name comes from settings.PROJECT_DISPLAY_NAME,
passed in by the email helpers on every render. Replace the
palette below to rebrand without touching the structure. #}
|
|
{# Card #}
{% block heading %}{% endblock %}
{% block body %}{% endblock %}
{# Optional receipt / summary block — money emails fill this in.
Empty for non-money templates. #}
{% block summary %}{% endblock %}
{# Optional CTA — money emails set both cta_url + cta_label.
Skipped entirely when ``cta_url`` is undefined / empty. #}
{% if cta_url %}
{% endif %}
{% block footer_note %}{% endblock %}
|
{# Footer — replace the tagline with your own product line. #}
Built with Aegis Stack.
Reply to this email and we’ll get back to you.
|
|